Tags › #software architecture 3 posts
-
Multi-Agent Patterns: Swarm, Teammates, and the Coordinator
Claude Code can run multiple Claude instances in parallel within the same process. Here's how in-process teammates, permission sync, and coordinator mode work — and what it means for building your own multi-agent system.
-
Designing for Extensibility: How Claude Code's Plugin and Skill System Works
Claude Code has two extension points: skills (slash commands that inject prompt content) and plugins (packages that contribute commands, MCP servers, and hooks). Here's how each works and why they're designed differently.
-
Demystifying Claude Code: Inside the Architecture of a CLI Code Agent
Claude Code is one of the most widely used AI coding tools and one of the least understood. We read the source so you don't have to.